home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / x2ftp / msdos / progsrc / mkfnt8 / mkfnt8.txt < prev    next >
Encoding:
Text File  |  1994-09-13  |  1.6 KB  |  35 lines

  1. This is the font editor I just recently (re)wrote that lets me edit or
  2. create the font(s) I'm going to be using in my game(s). *grin*  It also
  3. lets me manipulate the palette file I use as well, although in a rather
  4. crude fashion.  I wrote a c-program to set up the initial palette manually.
  5.  
  6. Anyway, I stuck all the .h files I wrote myself at the end of the .c program.
  7. Bear in mind the code is for MS QuickC 2.5 and you might have to make certain
  8. changes to get it to work with your compiler.  I haven't had the money to
  9. go out and buy a better compiler yet...and so far, MS QC is doing great!
  10. *grin*  
  11.  
  12. Also coupled with this program is the palette file MODE13H.PAL and the font
  13. file I made with this program FNT8-8.FNT.  You don't have to have either of
  14. them, but if you don't have the .PAL file it'll default to that NASTY NAS-TY
  15. system palette job, and if you don't have the .FNT file you need to make
  16. SOMETHING the program can read (preferrably 768 bytes big) to get it going.
  17. I forgot to take out the 'must-have-the-.FNT' code....
  18.  
  19. Finally, I hope this can do somebody some good.  I had to work pretty much
  20. most of my day (i have short days *smile*) getting this stuff ready to
  21. upload, but now I'll have time to finish the 16x16 tile editor which will
  22. have tons of comments so you can convert it however you want.  It will
  23. be using the graphics.h primarily (I stuck it with mkfnt8 just so you could
  24. look at it- I don't think it has many comments, but there will be some with
  25. mktil16 when I get it ready.)
  26.  
  27. Again, I hope somebody finds all this useful and, until I get mktil16 ready...
  28. Take care,
  29.     Chris
  30.  
  31. crasmus@mailer.fsu.edu
  32.  
  33. Jesus is Lord and He's coming back SOON!
  34.  
  35.